home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PlaWiz.dll / 0 / RCDATA / TFORMSELECCIONELEMENTOS / TFORMSELECCIONELEMENTOS.txt < prev   
Text File  |  2008-07-17  |  2KB  |  97 lines

  1. object FormSeleccionElementos: TFormSeleccionElementos
  2.   Left = 696
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selecci∩┐╜n de elementos'
  7.   ClientHeight = 275
  8.   ClientWidth = 335
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 25
  24.     Top = 10
  25.     Width = 280
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Selecciona el elemento que deseas a∩┐╜adir:'
  29.     Transparent = True
  30.   end
  31.   object BtnCancelar: TPlaButton
  32.     Left = 251
  33.     Top = 243
  34.     Width = 73
  35.     Height = 21
  36.     Caption = 'Cancelar'
  37.     TabOrder = 2
  38.     Cancel = True
  39.     ModalResult = 2
  40.   end
  41.   object BtnAceptar: TPlaButton
  42.     Left = 169
  43.     Top = 243
  44.     Width = 73
  45.     Height = 21
  46.     Caption = 'Aceptar'
  47.     Enabled = False
  48.     TabOrder = 1
  49.     Default = True
  50.     ModalResult = 1
  51.   end
  52.   object m_PTVElementosSeleccionar: TPlaTreeView
  53.     Left = 25
  54.     Top = 26
  55.     Width = 285
  56.     Height = 203
  57.     AllowMultiDrag = False
  58.     AutoCheck = False
  59.     AutoExpand = False
  60.     AutoScroll = True
  61.     ChangeDelay = 0
  62.     CheckBoxesType = ctNone
  63.     DragExpandDelay = 100
  64.     ExpandOnDrag = True
  65.     HideSelection = True
  66.     HotTrack = False
  67.     Indent = 19
  68.     MultiSelect = True
  69.     ShowLines = False
  70.     ShowButtons = True
  71.     ShowHeader = False
  72.     OnAfterInsert = PTVElementosSeleccionarAfterInsert
  73.     OnCollapsed = PTVElementosSeleccionarCollapsed
  74.     OnCompare = PTVElementosSeleccionarCompare
  75.     OnDeletion = PTVElementosSeleccionarDeletion
  76.     OnExpanding = PTVElementosSeleccionarExpanding
  77.     OnSelectionChanged = PTVElementosSeleccionarSelectionChanged
  78.     ReadOnly = True
  79.     ShowRoot = True
  80.     SortOrder = soAscending
  81.     SortType = stNone
  82.     ToolTips = True
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'Tahoma'
  87.     Font.Style = []
  88.     DragCursor = crDrag
  89.     DragMode = dmManual
  90.     TabOrder = 0
  91.     TabStop = True
  92.     OnMouseDown = PTVElementosSeleccionarMouseDown
  93.     ParentFont = False
  94.     Data = {000100000000FE}
  95.   end
  96. end
  97.